home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / tcp_ip / wnos / wn941101 / crc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-10  |  324 b   |  19 lines

  1. /* @(#) $Header: crc.h,v 1.1 91/04/25 18:28:45 deyke Exp $ */
  2.  
  3. #ifndef _CRC_H
  4. #define _CRC_H
  5.  
  6. #ifndef _GLOBAL_H
  7. #include "global.h"
  8. #endif
  9.  
  10. #ifndef _MBUF_H
  11. #include "mbuf.h"
  12. #endif
  13.  
  14. /* In crc.c: */
  15. void append_crc __ARGS((struct mbuf *bp));
  16. int check_crc __ARGS((struct mbuf *head));
  17.  
  18. #endif  /* _CRC_H */
  19.